Re: [GENERAL] Can I store bitmap graphics in a table?
От
Herouth Maoz
Тема
Re: [GENERAL] Can I store bitmap graphics in a table?
Дата
Msg-id
l03110702b1e34833a79c@[147.233.159.109]
Ответ на
Re: [GENERAL] Can I store bitmap graphics in a table? (Henning Hucke)
Список
Дерево обсуждения
[SQL] Can I store bitmap graphics in a table? Dan Delaney <dionysos@dionysia.org>
Re: [GENERAL] [SQL] Can I store bitmap graphics in a table? Matt McClure <matthew.mcclure@yale.edu>
Re: [GENERAL] Can I store bitmap graphics in a table? Dan Delaney <dionysos@dionysia.org>
Re: [GENERAL] Can I store bitmap graphics in a table? Herouth Maoz <herouth@oumail.openu.ac.il>
Re: [GENERAL] Can I store bitmap graphics in a table? Henning Hucke <hucke@braintec.de>
Re: [GENERAL] Can I store bitmap graphics in a table? Herouth Maoz <herouth@oumail.openu.ac.il>
Re: [GENERAL] Can I store bitmap graphics in a table? Dustin Sallings <dustin@spy.net>
Re: [GENERAL] Can I store bitmap graphics in a table? Peter T Mount <peter@retep.org.uk>
Re: [GENERAL] [SQL] Can I store bitmap graphics in a table? Peter T Mount <peter@retep.org.uk>
At 11:06 +0300 on 28/7/98, Henning Hucke wrote: > > > [... Storing graphics in a postgresql db ...] > > You can't. There is a limit on the tuple size, restricting it to 8k. If you > > could guarantee that your images are no more than, say, 1K - I'd say you > > can uuencode them or translate to hex, and put it in a text column. A byte > > array is another option. But in the 50k to 100k, it's large objects. > > Even without having tried it I am rather shure that you are wrong. The 8k > barrier applies AFAIK only to the normal datatypes like text and so. AFAIK > the LOI is capable to store big graphics in the database. Well, he asked for a way to do it as a normal datatype, without using the (awkward) lo interface. Of course you can do it with LOs. Herouth -- Herouth Maoz, Internet developer. Open University of Israel - Telem project http://telem.openu.ac.il/~herutma
В списке pgsql-general по дате отправления